-
Couldn't load subscription status.
- Fork 5.2k
[LoongArch64-mono] Part-5:Add loongarch support in some files for LoongArch64 #103398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ngArch64 Change-Id: I52c8c227fdeeee840cad14496e24e93a04521143
| set(CMAKE_SYSTEM_PROCESSOR "x86") | ||
| elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" OR CMAKE_SYSTEM_PROCESSOR STREQUAL "ARM64") | ||
| set(CMAKE_SYSTEM_PROCESSOR "arm64") | ||
| elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "loongarch64" OR CMAKE_SYSTEM_PROCESSOR STREQUAL "LOONGARCH64") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also add
Lines 457 to 461 in 4f9cd4d
| <!-- riscv64 Linux cross build options --> | |
| <ItemGroup Condition="'$(MonoCrossDir)' != '' and '$(TargetArchitecture)' == 'riscv64'"> | |
| <_MonoCMakeArgs Include="-DCMAKE_TOOLCHAIN_FILE=$(CrossToolchainFile)" /> | |
| <_MonoBuildEnv Include="TARGET_BUILD_ARCH=riscv64" /> | |
| </ItemGroup> |
Co-authored-by: Adeel Mujahid <[email protected]>
Co-authored-by: Adeel Mujahid <[email protected]>
Co-authored-by: Adeel Mujahid <[email protected]>
Co-authored-by: Adeel Mujahid <[email protected]>
Change-Id: I516967ba6b5a9a973bd6a8b8f1b719ac239ce2db
|
@am11 Thank you very much. I have added the code you suggested to this PR. |
|
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
Add a new archecture LoongArch64 for mono.This PR is about loongarch support in some files.